CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - parallel c

搜索资源列表

  1. FFT

    1下载:
  2. 一个不错的快速傅里叶变换并行算法的MPI源程序-A MPI source code for fast Fourier transform s parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:3807
    • 提供者:Juri hui
  1. gauss

    0下载:
  2. 一个不错的全主元高斯消去法并行算法的MPI源程序-a MPI source code for Gaussian elimination s parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2568
    • 提供者:Juri hui
  1. Parallel

    0下载:
  2. 并行运算的C#类,对for循环进行并行运算处理-Parallel computing of C# class, on for the cycle to carry out parallel processing
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:5743
    • 提供者:yunhai
  1. jump_omp.c.tar

    0下载:
  2. 基于C的OPENMP并行计算的N皇后问题-C-based parallel computing OPENMP the N-Queen problem
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:624
    • 提供者:cb
  1. capi-0.21

    0下载:
  2. CAPI多核编程算法库0.21版,里面有分布式队列、分布式查找、分布式内存管理、任务图调度、动态任务调度等多种容器,新增了CWaitTaskScheduler任务调度容器和并行Strassen矩阵乘法等。-CAPI programming algorithm for multi-core library version 0.21, which are distributed queue, distributed search, distributed memory management, tas
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:322464
    • 提供者:zhou
  1. nvcc_2.3

    0下载:
  2. CUDA并行编程环境的compiler driver———nvcc的详细介绍-CUDA parallel programming environment, compiler driver--- nvcc detailed descr iption of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:651945
    • 提供者:hank
  1. parallel-ludep

    0下载:
  2. 并行三角分解,MPI+visual c++环境下实现,附带数据-parallel compute of lu dep
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1736
    • 提供者:程宾
  1. myexample[1].c

    0下载:
  2. example of parallel programme usin Mpi
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:5163
    • 提供者:pooja
  1. hello[1].c

    0下载:
  2. simple mpi explaining the use of parallel programming
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:5705
    • 提供者:pooja
  1. Yamini.Navid.BucketSort

    0下载:
  2. This Bucket sort,both sequential and parallel code, using C++ and MPI -This is Bucket sort,both sequential and parallel code, using C++ and MPI
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2791
    • 提供者:Navid Yamini
  1. PARALINK

    0下载:
  2. 公开部分本人早年原创软件(2/16):MS-DOS下的增强型并口(ECP)通讯软件(Microsoft 4位通讯软件Interlnk/Intersvr的8位版)。使用符合IEEE1284标准的增强型并行口(ECP)实现双机高速通讯:文件互传、管理等。用户编程界面基于Borland C++ 3.1/TurboVision 1.0但风格源于Symantec C++。软件支持多种联网电缆硬件。简单的8位并口联网线可以根据软件中的注释自制。有电路的直接联网电缆(DCC,支持Windows9X下的8位并口
  3. 所属分类:Parallel Port

    • 发布日期:2017-04-09
    • 文件大小:1259085
    • 提供者:Lijing Hao
  1. LPT

    0下载:
  2. 源码中位C#环境下对并口的操作操作,即将数据传入并口中,用于打印机等设备。-The median C# source code under the environment of the operation of parallel operation, in which data is imported, and the mouth, for printers and other devices.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:46569
    • 提供者:Gary
  1. jacobi

    1下载:
  2. 用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
  3. 所属分类:MPI

    • 发布日期:2017-03-25
    • 文件大小:2136
    • 提供者:付玉强
  1. addition

    0下载:
  2. Parallel C++ Program with MPI to add numbers in an array
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:518
    • 提供者:Shripal
  1. MPI.Heat

    0下载:
  2. This a parallel program that solve the heat distribution problem in array mode.the 6.11 prorblem of chapter 6 in parallel programing techniques and application using networked workstations and parallel copmuters by barry wilkinson -This is a parallel
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1342
    • 提供者:Navid Yamini
  1. C

    0下载:
  2. 有10个学生,每个学生的数据包括学号、姓名、3门课的成绩,从键盘输入10个学生数据,求出每个学生3门课的平均成绩,并输出最高分的学生的数据(包括学号、姓名、3门课的成绩、平均成绩)。 输入4个整数,按由小到大的顺序输出,使用指针进行处理。 请说明以下程序段存在的问题,并改正。 int a,*p scanf(“ d”,p) 通过计算机并口向数模转换器发送数据,实现D/A转换。 将两台计算机的COM口相连,一个作为接收端,另一个作为发送端,编程实现两台计算机之间的简单通信
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:30002
    • 提供者:闫志勇
  1. parallel-program

    0下载:
  2. 点对点通信 群体操作 进程组 进程拓扑结构 与Fortran 77和C语言的邦定 环境的管理与查询 轮廓管理 -Point to point communication group process, group process, topology, operations and Fortran 77 and C language of the bonding environment management and query profile management
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:1516450
    • 提供者:baolon
  1. led

    0下载:
  2. this an application with source code in C# for the control of leds via the pc parallel port-this is an application with source code in C# for the control of leds via the pc parallel port
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:325035
    • 提供者:boulou
  1. matrixmult

    0下载:
  2. this a matrix multiple, it s work with mpi and wroted with c++ it s parallel verjon-this is a matrix multiple, it s work with mpi and wroted with c++ it s parallel verjon
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:4435
    • 提供者:Navid Yamini
  1. C

    0下载:
  2. 个字符串常见算法系统总共包括12个模块。每个模块都是并列的,分别对应相应的字符串算法。只要输入相应的数字就能进入此模块然后进行相应的操作。而输入可以随意输入一个字符串(可以包含空格).我的第一个模块是求字符串的复制;第二个模块是字符串的比较;第三个模块是求字符串的长度 ;第四个模块是连接两个字符串;第五个模块将ch字符转换为小写母 ;是第六个模块是;将ch字符转换为大写字母 ;第七个模块是检查ch是否是字母;-Common algorithm string system includes 12
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:55955
    • 提供者:cuijianzhou
« 1 2 34 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com